
/** ct design **/

.view-blog-post{
 padding-top:0px !important; 
}

/** Overflow information macro, to play nice with divboxes etc **/
div.confluence-information-macro {
  overflow: auto;
}

/*****Remove the unnecessary RW grey side/sticky bar**************/
#rw_sticky_bar {
display: none !important;
}

/**********Removing unnecessary 'help' icon next to search bar at top of page*************/
#help-menu-link {
  display: none;
}

/*********************Reduce the minimum page width allowable**********/
#rw_main {
  min-width: 881px;
}

/***********Make the search/login and Our News etc top menus site side-by-side *************/
#clean_top_content.rw_box {
   float: right;
   width: 300px;
  
}
#rw_category_menu {
  width: 500px !important;
  float: left !important;
}

/********************Drop whole page down below black bar*******************/
#rw_top {
  height: 50px;
}

/**** We don't want a space above each page with the space logo ***********/
/*#rw_menu_bar_wrapper  
{  
  display:none !important;  
} */

/********** Get's rid of the dashboard option next to 'Our News' at the top******/
#rw_category_menu li.rw_first  
{  
   display:none !important;  
}  

/*new fix for deleting breadcrumbs for RW 3.5*/
#rw_page_breadcrumbs.rw_inline_menu
{
  display:none !important;
}

/** Black top bar related CSS stuff.
  * STARTS HERE**/

.brand{
  color: white !important;
}

.nav {
  margin-bottom: 18px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > .pull-right {
  float: right;
}
 
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}


.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 18px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
}

.navbar {
  color: #999999;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 8px 20px 12px;
  margin-left: -10px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #999999;
}

.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

.navbar .navbar-link {
  color: #999999;
}

.navbar .navbar-link:hover {
  color: #ffffff;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn {
  margin: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 100;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 100%;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
}

.navbar .nav > li {
  display: block;
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 5px 5px 6px;
  line-height: 18px;
}

.navbar .btn-group {
  padding: 5px 5px 6px;
  margin: 0;
}

.navbar .nav > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}

.navbar .divider-vertical {
  width: 1px;
  height: 40px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}

.navbar .nav.pull-right {
  margin-right: 0;
  margin-left: 10px;
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #2c2c2c;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #080808 \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}

.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff;
}

.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

/** stop navbar from being responsive to go with the refined wiki theme **/
@media (max-width: 1200px) {
  body {
    padding-top:0px;
  }
  .navbar {
   position:static !important;
   padding-left:10px;
   padding-right:10px;
   background-color:#2c2c2c;
 }
}

/** make navbar width match **/
@media (min-width: 1200px) {
  .navbar-fixed-top .container {
    width: 1170px;
    margin-right: auto; margin-left: auto;
   }
  body {
  padding-top:0px;
 }
}

@media (min-width: 1200px) {
 #rw_wrapper {
  margin-top: 40px; 
 }
}

/** Dropdown menu stuff **/

/**.dropup,
.dropdown {
  position: relative;
}**/

/***.dropdown-toggle {
  *margin-bottom: -3px;
}**/

/***.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}***/

/***.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}***/

/***.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}***/

/***.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}***/

/****.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}****/

/***.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}***/

/***.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}***/

/***.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}**/

/***.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}***/

/***.open {
  *z-index: 1000;
}***/

/***.open > .dropdown-menu {
  display: block;
}***/

/**.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}**/

/***.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}****/

/***.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}***/


/** Icon stuff **/

.nav [class^="icon-"],
.nav [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("http://static.geonet.org.nz/geonet-2.0.2/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.nav [class^="icon-"]:last-child,
.nav [class*=" icon-"]:last-child {
  *margin-left: 0;
}

.nav .icon-white {
  background-image: url("http://static.geonet.org.nz/geonet-2.0.2/img/glyphicons-halflings-white.png");
}

.nav .icon-glass {
  background-position: 0      0;
}

.nav .icon-music {
  background-position: -24px 0;
}

.nav .icon-search {
  background-position: -48px 0;
}

.nav .icon-envelope {
  background-position: -72px 0;
}

.nav .icon-heart {
  background-position: -96px 0;
}

.nav .icon-star {
  background-position: -120px 0;
}

.nav .icon-star-empty {
  background-position: -144px 0;
}

.nav .icon-user {
  background-position: -168px 0;
}

.nav .icon-film {
  background-position: -192px 0;
}

.nav .icon-th-large {
  background-position: -216px 0;
}

.nav .icon-th {
  background-position: -240px 0;
}

.nav .icon-th-list {
  background-position: -264px 0;
}

.nav .icon-ok {
  background-position: -288px 0;
}

.nav .icon-remove {
  background-position: -312px 0;
}

.nav .icon-zoom-in {
  background-position: -336px 0;
}

.nav .icon-zoom-out {
  background-position: -360px 0;
}

.nav .icon-off {
  background-position: -384px 0;
}

.nav .icon-signal {
  background-position: -408px 0;
}

.nav .icon-cog {
  background-position: -432px 0;
}

.nav .icon-trash {
  background-position: -456px 0;
}

.nav .icon-home {
  background-position: 0 -24px;
}

.nav .icon-file {
  background-position: -24px -24px;
}

.nav .icon-time {
  background-position: -48px -24px;
}

.nav .icon-road {
  background-position: -72px -24px;
}

.nav .icon-download-alt {
  background-position: -96px -24px;
}

.nav .icon-download {
  background-position: -120px -24px;
}

.nav .icon-upload {
  background-position: -144px -24px;
}

.nav .icon-inbox {
  background-position: -168px -24px;
}

.nav .icon-play-circle {
  background-position: -192px -24px;
}

.nav .icon-repeat {
  background-position: -216px -24px;
}

.nav .icon-refresh {
  background-position: -240px -24px;
}

.nav .icon-list-alt {
  background-position: -264px -24px;
}

.nav .icon-lock {
  background-position: -287px -24px;
}

.nav .icon-flag {
  background-position: -312px -24px;
}

.nav .icon-headphones {
  background-position: -336px -24px;
}

.nav .icon-volume-off {
  background-position: -360px -24px;
}

.nav .icon-volume-down {
  background-position: -384px -24px;
}

.nav .icon-volume-up {
  background-position: -408px -24px;
}

.nav .icon-qrcode {
  background-position: -432px -24px;
}

.nav .icon-barcode {
  background-position: -456px -24px;
}

.nav .icon-tag {
  background-position: 0 -48px;
}

.nav .icon-tags {
  background-position: -25px -48px;
}

.nav .icon-book {
  background-position: -48px -48px;
}

.nav .icon-bookmark {
  background-position: -72px -48px;
}

.nav .icon-print {
  background-position: -96px -48px;
}

.nav .icon-camera {
  background-position: -120px -48px;
}

.nav .icon-font {
  background-position: -144px -48px;
}

.nav .icon-bold {
  background-position: -167px -48px;
}

.nav .icon-italic {
  background-position: -192px -48px;
}

.nav .icon-text-height {
  background-position: -216px -48px;
}

.nav .icon-text-width {
  background-position: -240px -48px;
}

.nav .icon-align-left {
  background-position: -264px -48px;
}

.nav .icon-align-center {
  background-position: -288px -48px;
}

.nav .icon-align-right {
  background-position: -312px -48px;
}

.nav .icon-align-justify {
  background-position: -336px -48px;
}

.nav .icon-list {
  background-position: -360px -48px;
}

.nav .icon-indent-left {
  background-position: -384px -48px;
}

.nav .icon-indent-right {
  background-position: -408px -48px;
}

.nav .icon-facetime-video {
  background-position: -432px -48px;
}

.nav .icon-picture {
  background-position: -456px -48px;
}

.nav .icon-pencil {
  background-position: 0 -72px;
}

.nav .icon-map-marker {
  background-position: -24px -72px;
}

.nav .icon-adjust {
  background-position: -48px -72px;
}

.nav .icon-tint {
  background-position: -72px -72px;
}

.nav .icon-edit {
  background-position: -96px -72px;
}

.nav .icon-share {
  background-position: -120px -72px;
}

.nav .icon-check {
  background-position: -144px -72px;
}

.nav .icon-move {
  background-position: -168px -72px;
}

.nav .icon-step-backward {
  background-position: -192px -72px;
}

.nav .icon-fast-backward {
  background-position: -216px -72px;
}

.nav .icon-backward {
  background-position: -240px -72px;
}

.nav .icon-play {
  background-position: -264px -72px;
}

.nav .icon-pause {
  background-position: -288px -72px;
}

.nav .icon-stop {
  background-position: -312px -72px;
}

.nav .icon-forward {
  background-position: -336px -72px;
}

.nav .icon-fast-forward {
  background-position: -360px -72px;
}

.nav .icon-step-forward {
  background-position: -384px -72px;
}

.nav .icon-eject {
  background-position: -408px -72px;
}

.nav .icon-chevron-left {
  background-position: -432px -72px;
}

.nav .icon-chevron-right {
  background-position: -456px -72px;
}

.nav .icon-plus-sign {
  background-position: 0 -96px;
}

.nav .icon-minus-sign {
  background-position: -24px -96px;
}

.nav .icon-remove-sign {
  background-position: -48px -96px;
}

.nav .icon-ok-sign {
  background-position: -72px -96px;
}

.nav .icon-question-sign {
  background-position: -96px -96px;
}

.nav .icon-info-sign {
  background-position: -120px -96px;
}

.nav .icon-screenshot {
  background-position: -144px -96px;
}

.nav .icon-remove-circle {
  background-position: -168px -96px;
}

.nav .icon-ok-circle {
  background-position: -192px -96px;
}

.nav .icon-ban-circle {
  background-position: -216px -96px;
}

.nav .icon-arrow-left {
  background-position: -240px -96px;
}

.nav .icon-arrow-right {
  background-position: -264px -96px;
}

.nav .icon-arrow-up {
  background-position: -289px -96px;
}

.nav .icon-arrow-down {
  background-position: -312px -96px;
}

.nav .icon-share-alt {
  background-position: -336px -96px;
}

.nav .icon-resize-full {
  background-position: -360px -96px;
}

.nav .icon-resize-small {
  background-position: -384px -96px;
}

.nav .icon-plus {
  background-position: -408px -96px;
}

.nav .icon-minus {
  background-position: -433px -96px;
}

.nav .icon-asterisk {
  background-position: -456px -96px;
}

.nav .icon-exclamation-sign {
  background-position: 0 -120px;
}

.nav .icon-gift {
  background-position: -24px -120px;
}

.nav .icon-leaf {
  background-position: -48px -120px;
}

.nav .icon-fire {
  background-position: -72px -120px;
}

.nav .icon-eye-open {
  background-position: -96px -120px;
}

.nav .icon-eye-close {
  background-position: -120px -120px;
}

.nav .icon-warning-sign {
  background-position: -144px -120px;
}

.nav .icon-plane {
  background-position: -168px -120px;
}

.nav .icon-calendar {
  background-position: -192px -120px;
}

.nav .icon-random {
  background-position: -216px -120px;
}

.nav .icon-comment {
  background-position: -240px -120px;
}

.nav .icon-magnet {
  background-position: -264px -120px;
}

.nav .icon-chevron-up {
  background-position: -288px -120px;
}

.nav .icon-chevron-down {
  background-position: -313px -119px;
}

.nav .icon-retweet {
  background-position: -336px -120px;
}

.nav .icon-shopping-cart {
  background-position: -360px -120px;
}

.nav .icon-folder-close {
  background-position: -384px -120px;
}

.nav .icon-folder-open {
  background-position: -408px -120px;
}

.nav .icon-resize-vertical {
  background-position: -432px -119px;
}

.nav .icon-resize-horizontal {
  background-position: -456px -118px;
}

.nav .icon-hdd {
  background-position: 0 -144px;
}

.nav .icon-bullhorn {
  background-position: -24px -144px;
}

.nav .icon-bell {
  background-position: -48px -144px;
}

.nav .icon-certificate {
  background-position: -72px -144px;
}

.nav .icon-thumbs-up {
  background-position: -96px -144px;
}

.nav .icon-thumbs-down {
  background-position: -120px -144px;
}

.nav .icon-hand-right {
  background-position: -144px -144px;
}

.nav .icon-hand-left {
  background-position: -168px -144px;
}

.nav .icon-hand-up {
  background-position: -192px -144px;
}

.nav .icon-hand-down {
  background-position: -216px -144px;
}

.nav .icon-circle-arrow-right {
  background-position: -240px -144px;
}

.nav .icon-circle-arrow-left {
  background-position: -264px -144px;
}

.nav .icon-circle-arrow-up {
  background-position: -288px -144px;
}

.nav .icon-circle-arrow-down {
  background-position: -312px -144px;
}

.nav .icon-globe {
  background-position: -336px -144px;
}

.nav .icon-wrench {
  background-position: -360px -144px;
}

.nav .icon-tasks {
  background-position: -384px -144px;
}

.nav .icon-filter {
  background-position: -408px -144px;
}

.nav .icon-briefcase {
  background-position: -432px -144px;
}

.nav .icon-fullscreen {
  background-position: -456px -144px;
}

/** Icon stuff ends here **/

/** Black top bar related CSS stuff.
  * ENDS HERE
**/

/* Fix for user activity. */
.recently-updated-sidebar li.update-item .icon-container{
  width:auto;height:auto;background-position:0 0;line-height:normal;
  padding-left:1.75em;display:block;float:none;color:#666;
}


/* Footer
-------------------------------------------------- */

/* footer */

.footer {
  margin-top: 20px;
  padding: 20px 0 20px;
  border-top: 1px solid #e5e5e5;
}

.footer p {
    text-align: center;
}

#gns{
    background:url('http://static.geonet.org.nz/geonet-2.0.2/images/logos.png') 0px 0px;
   float:right;
     display:block;
  height:90px;
    width:54px;
    margin-right:10px;
}

#eqc{
    height: 79px;
    width: 132px;
  float:right;
  padding-right:30px;
  background-image:url('http://static.geonet.org.nz/geonet-2.0.2/images/logos.png');
  background-position:-0px -312px;
  background-repeat:no-repeat;
}
#ccby 
{
    display:block;
    height: 15px;
    width: 80px;
    display:inline-block;
    background:url('http://static.geonet.org.nz/geonet-2.0.2/images/logos.png') -0px -100px no-repeat;
}

#geonet{
    background:url('http://static.geonet.org.nz/geonet-2.0.2/images/logos.png') 0px -249px no-repeat; 
    width:137px; 
    height:53px;
    display:block;
  float:left;
  margin-left:10px;
}

/* Style for the text on the right of the main navbar*/
.navbar-pull-right-text a{
    display:inline-block !important;
    padding-left:0px !important;
    padding-right:0px !important;
}
.navbar-pull-right-text a:first-child{
    padding-left:15px !important;
}

span.new{
    color: red;
    font: bold 9px/17px Verdana,Arial,sans-serif;
    vertical-align: top;
    margin-left: 4px;
}
  
/**Confluence 5.2 info macro boxes to sit better **/
.aui-message {
overflow: hidden;
}

/**** Heading2 style underlining *******/  
  h2 {  
    border-bottom-style: solid;  
    border-bottom-width: 1px;
    margin-bottom: 15px;  
}

/* Blog heading */
.blogHeading{
  font-size: 18px !important;
}

/*Div boxes for our pictures */

div.left {
  float : left;
  margin : 10px;
  margin-left: 0px;
  padding: 5px;
}
div.right {
  float : right;
  margin : 10px;
  margin-right : 0px;
  padding: 5px;
}
.gallery {
  float : left;
}

.gallery-caption {
  font-weight: bold;
}
div.leftinvisible {
  border:none; 
  background:white;
  float : left;
  margin : 10px;
  margin-left: 0px;
}
div.rightinvisible {
  border:none; 
  background:white;
  float : right;
  margin : 10px;
  margin-right : 0px;
}

/*Space tree formatting */
spacetree {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.plugin_spacetree {
  margin-top: 0px !important;
}

.plugin_spacetree h4 {
  display: none;
}

.plugin_spacetree_children_list {
  padding-left: 15px;
}

/* Labels below blog post summary */
div.endsection {
  padding-top: 0px;
}

table.confluenceTable {
 margin-bottom:0px; 
}


.rw_toolbar_dropdown{
 bottom:35px; 
}

#title-text{
 vertical-align:middle; 
}

/* Gallery title no margin */
.gallery-title {
margin-top: 0px !important;
}

/* Spacing in two galleries */
.gallery-caption {
  padding: 4px;
  text-align:left !important;
}


/* Bootstrap defaults for labels and badges */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

/* badge colors for quake status and quality */
.badge.automatic, .badge.caution {
    background-color: #f89406;
}

.badge.deleted {
    background-color: #c43c35;
}

.badge.duplicate {
    background-color: #c43c35;
}

.badge.reviewed, .badge.best {
    background-color: #46a546;
}
.badge.notice {
    background-color: #62cffc;
}

.badge.good {
    background-color: YellowGreen;
}

.badge.unknown{
    background-color: #BFBFBF;
}

/** intensity badge colors*/

.badge.unnoticeable, .badge.unnoticeable:hover{
    background-color:whitesmoke;
    color:#333;
    text-shadow:none;
}

.badge.weak{
    background-color:gray;
}
        
.badge.light{
    background-color:dodgerblue;
}
       
.badge.moderate{
    background-color:green;
}

.badge.strong{
    background-color:orange;
}

.badge.severe{
    background-color:red;
}

/** felt intensity badge colours **/
.badge.felt-mm2{
    background:#d3d3d3;
    color:#333;
    text-shadow:none;
}

.badge.felt-mm3{
    background:#b0c4de;
    color:#333;
    text-shadow:none;
}

.badge.felt-mm4{
    background:#87ceeb;
    color:#333;
    text-shadow:none;
}

.badge.felt-mm5{
    background:#9acd32;
    color:#333;
    text-shadow:none;
}

.badge.felt-mm6{
    background:#ff0;
    color:#333;
    text-shadow:none;
}

.badge.felt-mm7{
    background:#ffd700;
    color:#333;
    text-shadow:none;
}

.badge.felt-mm8{
    background:#ff8c00;
    color:#333;
    text-shadow:none;
}

.badge.felt-mm9{
    background:#f00;
}

.badge.felt-mm10{
    background:#cd0000;
}


/* settings to change the catagorised spaces top spacing but may affect more than this */
.rw_dashboard table.sectionMacro>tbody>tr>td {
padding: 2px;
padding-bottom: 10px;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
margin: 0 0 15px 0;
}

/********
 * blog_mode changes
*********/

/**** drop down the labels on blogs ***/
.label-list {
   padding-top: 10px;
}

/****reduce the heading space by the logo in blog mode******/  
@media (max-width: 1200px) {  
#rw_blog_mode {  
  padding-top: 60px !important;  
} }  
  
@media (min-width: 1200px) {  
#rw_blog_mode {  
  padding-top: 20px !important;  
} }  

/** Blogs: remove features on the right side of the top menu bar - so to get rid of the dashboard ***/
/*#rw_blog_bar_admin {
  display: none;
}*/

/** Getting rid of the 'Blogs' heading when viewing All Blogs **/
#rw_blog_mode .rw_side_menu_title {
     display: none;
}

/* Change Panel macro look*/   
.panelContent {    
    background:#F0F0F0;
}

.panel {
    border-color:#C4C4C4;
}

.aui-message {   
   margin-bottom: 10px;  
}  

 /* Change yellow Note macro look */  
.aui-message.warning {  
   background-color: #FEFFF0;
}

 /* Change blue Info macro look */  
.aui-message.hint {  
   background-color: #F7FAFF;
   border-color: #B4C2CF;
}

/** Format Spacetree to look more like Pagetree **/
#rw_left_column .rw_page_left_section {
   background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(246,246,246,1) 100%);
}

/***********Getting bullet-points to display in blogs, not sure if it will mess anything else up*************/  
#rw_blog_mode .rw_blogpost_content .wiki-content, #rw_blog_mode .rw_blogpost_content .wiki-content p, #rw_blog_mode .rw_blogpost_content .wiki-content table, #rw_blog_mode .rw_blogpost_content .wiki-content tr, #rw_blog_mode .rw_blogpost_content .wiki-content td, #rw_blog_mode .rw_blogpost_content .wiki-content th, #rw_blog_mode .rw_blogpost_content .wiki-content ol, #rw_blog_mode .rw_blogpost_content .wiki-content ul, #rw_blog_mode .rw_blogpost_content .wiki-content li, #rw_blog_mode .rw_blogpost_listing .wiki-content {  
   overflow: inherit;  
} 


